home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / edu / stereogr.zip / CRUX.BAT < prev    next >
DOS Batch File  |  1994-10-19  |  741b  |  28 lines

  1. echo off
  2. echo This is a demo batch file that runs CRUMBLER 2.0 to generate stereograms
  3. echo using the example images. This demo will take a while....
  4. echo    Here's the SPIRAL:
  5.  
  6. crumbler source01 out01 +d256 +g +o
  7.  
  8. echo Spiral done.
  9. echo    Here's the TRICERATOP:
  10.  
  11. crumbler source02 out02 +d64k +ppattjup2 +o
  12.  
  13. echo Trice done.
  14. echo    Here's the writtings over the waves
  15. echo    (first it runs PMAKER!!!)
  16.  
  17. pmaker pattern wave +x640 +y480 +n300 +o
  18. crumbler source03 out03 +d256 +ppattern +o
  19.  
  20. echo Waves done.
  21. echo    Here's other letters:
  22.  
  23. crumbler source04 out04 +d768 +int +b +o
  24.  
  25. echo Done. 
  26. echo Now see the files OUT*.TGA by using a program viewer.
  27. echo Modify the parameter in crux.bat to learn by experience.
  28.